D_ALLOC(9) The Linux VFS D_ALLOC(9)NAMEd_alloc - allocate a dcache entrySYNOPSISstruct dentry * d_alloc(struct dentry * parent, const struct qstr * name);ARGUMENTSparent parent of entry to allocate name qstr of the nameDESCRIPTIONAllocates a dentry. It returns NULL if there is insufficient memory available. On a success the dentry is returned. The name passed in is copied and the copy passed in may be reused after this call.COPYRIGHTKernel Hackers Manual 2.6. July 2010 D_ALLOC(9)
| Related Man Pages |
|---|
| debugfs_create_u64(9) - centos |
| debugfs_create_bool(9) - centos |
| debugfs_create_u8(9) - centos |
| debugfs_create_u16(9) - suse |
| debugfs_create_u8(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| shared memory deallocation |
| nedmalloc 1.05 (Default branch) |
| AIX UID allocation |
| Deallocating memory in multi-threaded environment. |
| How to use dmalloc? |