OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_free
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_debug.h
75
#define
os_free
( _ptr ) \
macro
os_memory_stdc.h
45
#define
os_free
(_ptr) free(_ptr)
macro
/external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h
75
#define
os_free
( _ptr ) \
macro
os_memory_stdc.h
45
#define
os_free
(_ptr) free(_ptr)
macro
/external/wpa_supplicant_8/src/utils/
os_none.c
118
void
os_free
(void *ptr)
function
os.h
170
* responsible for freeing the returned buffer with
os_free
().
179
* Caller is responsible for freeing the returned buffer with
os_free
().
193
* Caller is responsible for freeing the returned buffer with
os_free
().
226
* Caller is responsible for freeing the returned buffer with
os_free
().
236
* Caller is responsible for freeing the returned buffer with
os_free
().
243
*
os_free
- Free dynamic memory
246
void
os_free
(void *ptr);
296
* Caller is responsible for freeing the returned buffer with
os_free
().
408
void
os_free
(void *ptr);
417
#ifndef
os_free
418
#define
os_free
macro
[
all
...]
os_internal.c
149
os_free
(buf);
169
os_free
(buf);
223
os_free
(buf);
254
void
os_free
(void *ptr)
function
os_unix.c
229
os_free
(buf);
251
os_free
(buf);
363
os_free
(buf);
446
os_free
(ptr);
451
void
os_free
(void *ptr)
function
462
wpa_trace_show("Invalid
os_free
() call");
Completed in 494 milliseconds